home *** CD-ROM | disk | FTP | other *** search
/ The See Clearly Method / TheSeeClearlyMethod.iso / Media / qtpc.dir / 00021_New Behavior.ls < prev    next >
Encoding:
Text File  |  2002-02-25  |  245 b   |  14 lines

  1. on mouseUp me
  2.   halt()
  3. end
  4.  
  5. on mouseEnter me
  6.   cursor(280)
  7.   set the member of sprite the currentSpriteNum to member(19, "Internal")
  8. end
  9.  
  10. on mouseLeave me
  11.   cursor(0)
  12.   set the member of sprite the currentSpriteNum to member(18, "Internal")
  13. end
  14.